home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / PERL.SPK / Perl5001 / OtherStuff / !ReadMe next >
Text File  |  1996-03-04  |  525b  |  11 lines

  1. Thes programs are part of the UNIX port but don't work under RISCOS.
  2. RDBM_File replaces the *DBM programs. Syscall under RISCOS calls the SWI
  3. interface.
  4.  
  5. Autoloader and Dynaloader are here if anyone wants to make them work, but
  6. the only reason really for doing so would be UNIX compatibility. RISCOS
  7. provides a much better way of adding extensions via the module mechanism.
  8. Write a module and call it using syscall. (Don't use star commands if the
  9. operation is time critical: they are very slow.)
  10.  
  11. S.W.Ellacott@brighton.ac.uk